home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / dragracer.swf / scripts / DefineButton2_1481 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-10-06  |  161 b   |  12 lines

  1. on(release){
  2.    tellTarget(_root)
  3.    {
  4.       _root.rideh += 2;
  5.       if(rideh >= 20)
  6.       {
  7.          rideh = 20;
  8.       }
  9.       calFriction();
  10.    }
  11. }
  12.